Objects Reference

flydllgroup::move_dll

Prototype

void move_dll(char *filename,int newrelpos)

Parameters

Parameter Type Description
filename char * filename for the Fly3D plug-in dll
newrelpos int relative move

Return Value

Returns TRUE if the dll was moved OK, FALSE if not found or other error. 

Remarks

This function changes a Fly3D plug-in dll position (order) in the plug-in list. The order of plug-ins is important as the first ones will render first. The panorama.dll plug-in is usually the first (because it draws the background).